Builder

class Builder : GeneratedMessage.Builder<BuilderT> , ATAKProtos.GeoChatOrBuilder

ATAK GeoChat message
Protobuf type meshtastic.GeoChat

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The text message
string message = 1;
Link copied to clipboard

Uid recipient of the message
optional string to = 2;
Link copied to clipboard

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getMessage(): String

The text message
string message = 1;
Link copied to clipboard
open fun getMessageBytes(): ByteString

The text message
string message = 1;
Link copied to clipboard
open fun getTo(): String

Uid recipient of the message
optional string to = 2;
Link copied to clipboard
open fun getToBytes(): ByteString

Uid recipient of the message
optional string to = 2;
Link copied to clipboard
open fun getToCallsign(): String

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
open fun getToCallsignBytes(): ByteString

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
open fun hasTo(): Boolean

Uid recipient of the message
optional string to = 2;
Link copied to clipboard

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(other: Message): ATAKProtos.GeoChat.Builder
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ATAKProtos.GeoChat.Builder
Link copied to clipboard

The text message
string message = 1;
Link copied to clipboard
open fun setMessageBytes(value: ByteString): ATAKProtos.GeoChat.Builder

The text message
string message = 1;
Link copied to clipboard

Uid recipient of the message
optional string to = 2;
Link copied to clipboard
open fun setToBytes(value: ByteString): ATAKProtos.GeoChat.Builder

Uid recipient of the message
optional string to = 2;
Link copied to clipboard

Callsign of the recipient for the message
optional string to_callsign = 3;
Link copied to clipboard
open fun setToCallsignBytes(value: ByteString): ATAKProtos.GeoChat.Builder

Callsign of the recipient for the message
optional string to_callsign = 3;